home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / Projects / Testers / Using Midi Launcher < prev   
Text File  |  1998-10-26  |  978b  |  33 lines

  1. Installing Midi Launcher
  2.  
  3. To install the Midi Launcher follow these instructions.
  4.  
  5. 1. Put Midi Launcher into the Environment/Extensions folder
  6.  
  7. 2. Restart SCOM and perform reindex hyperhelp from the menu.
  8.  
  9. 3. To launch a sequencer, scorewrite or other application that accepts
  10. MIDI files compile the file with play-file, compile-song or compile-instrument,
  11. and then use the launch-midi command. Supply it the four letter creator
  12. code of the application you want to launch, and the filename. This filename
  13. must be located in ccl;output folder.
  14.  
  15. The four letter here "SCPL" means the creator code of SoundApp. It could be 
  16. any other sequencer that acceps apple events. However, notice that not all
  17. MIDI software accept apple events.
  18.  
  19. (play-file "Endless midi"
  20.    all-instr '(sect-a sect-b)
  21. )
  22.  
  23. (launch-midi "SCPL" "Endless midi")
  24.  
  25. To launch Logic use:
  26.  
  27. (launch-midi "EMAG" "Endless midi")
  28.  
  29. To launch Mark of the Unicorn Digital Performer use:
  30.  
  31. (launch-midi "MOUP" "Endless midi")
  32.  
  33.